@import url(../../app.css);
@import url(./header.css);
@import url(./footer.css);
.bg-f9 {
    background-color: #f9fbff;
}

.head {
    padding-top: 100px;
    padding-bottom: 100px;
    margin: auto;
}

.head_content {
    margin-right: 70px;
}

.header_title {
    font-size: 48px;
    font-weight: 800;
    line-height: 67px;
    color: #212121;
}

.header_text {
    margin-top: 30px;
    max-width: 540px;
    color: #666666;
}

.details_title {
    font-size: 30px;
    color: #212121;
}

.details_text {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    max-width: 456px;
}

.pt-188 {
    padding: 50px 0;
}